KREDOR Business Object Framework Documentation |
|
SelectFrom<T>.OrderBy Method (OrderBy[])
Appends the specified ORDER BY clause to the current SelectFrom`1 instance.
Parameters
-
OrderBy[]
- A sequence of Kredor.BO.OrderBy objects representing SQL 'ORDER BY' clauses
Return Value
A Kredor.BO.SelectFrom instance
See Also
SelectFrom<T> Class | Kredor.BO Namespace | SelectFrom<T>.OrderBy Overload List | OrderBy